Add examples of icons on tools, resources, prompts, and server implementation to EverythingServer#1096
Merged
mikekistler merged 4 commits intomainfrom Jan 9, 2026
Merged
Add examples of icons on tools, resources, prompts, and server implementation to EverythingServer#1096mikekistler merged 4 commits intomainfrom
mikekistler merged 4 commits intomainfrom
Conversation
Member
|
Nice one! I am curious by the way, if there is still a goal to align this EverythingServer with the reference one? If so, then it might make sense to mirror what they do at modelcontextprotocol/servers#3121. |
Contributor
Author
|
@PederHP I did not realize there was a reference server in that repo. I'll investigate ... |
Member
|
@mikekistler thanks for the reminder, I had planned to add icons, was just trying to get the base functionality refactored to a more maintainable shape that utilizes the latest TS SDK apis. |
302e010 to
8ad9d68
Compare
Contributor
Author
|
I'm going to revise this to minimize the divergence from the reference implementation of the EverythingServer. |
Contributor
Author
|
Flipping back out of draft now. The complex icons are now added to the existing Echo tool. |
halter73
previously approved these changes
Jan 7, 2026
1860864 to
7a14300
Compare
Co-authored-by: Stephen Halter <halter73@gmail.com>
7a14300 to
7084478
Compare
stephentoub
approved these changes
Jan 9, 2026
This was referenced Jan 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation and Context
This PR adds examples of icons for tools, resources, and prompts to the EverythingServer. It also adds icons and metadata to the server implementation. This illustrates the icons and metadata features added to the 2025-11-25 version of the MCP spec by SEP-973.
How Has This Been Tested?
I started the EverythingServer and connected to it with the MCP Inspector, and could see the icons associated with the weather tool and add tool, the direct resource, and simple prompt. The inspector also shows the icons for the server but does not display the other server metadata.
Breaking Changes
None.
Types of changes
Checklist
Additional context